Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Corstone-320 Platform support #96

Merged
merged 12 commits into from
Oct 22, 2024

Conversation

AhmedIsmail02
Copy link
Contributor

Description

This pull request includes the following updates:

  • Corstone-320 platform support in the FRI.
  • Arm-Corstone-Platform-Bsp update to v0.4.0.
  • ECDSA device provisioning support.
  • TF-M (TrustedFirmware-M) and MLEK (Ml-Embedded-Evaluation-Kit) submodules' version update.

Test Steps

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

urutva and others added 12 commits October 11, 2024 11:41
While adding `prevent re-provisioning` feature, one of the added
functions used `UBaseType_t` datatype which is defined in `FreeRTOS.h`,
but didn't include the header. This was causing integration tests build
failure.

Signed-off-by: Devaraj Ranganna <[email protected]>
When using Mbed TLS as the PSA crypto implementation on the non-secure
side, the device private key is defined as volatile key since there is
no filesystem support. Therefore, always provision the keys when using
Mbed TLS as the PSA crypto implementation on the non-secure side.

Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Gergely Korcsák <[email protected]>
Signed-off-by: Ahmed Ismail <[email protected]>
Signed-off-by: Gergely Korcsák <[email protected]>
Signed-off-by: Gergely Korcsák <[email protected]>
Provides the changeability of the signing method at
`application/<app>/CmakeLists.txt`, under `AWS_OTA_SIGNATURE_TYPE`.
Provides support for EC_P256, EC_P384, RSA_2048 and RSA_3072.

Separates the signing algorithm/keys used for TF-M and the NS side.

Signed-off-by: Gergely Korcsák <[email protected]>
Signed-off-by: Gergely Korcsák <[email protected]>
Signed-off-by: Gergely Korcsák <[email protected]>
@urutva urutva merged commit 5c53ee2 into FreeRTOS:main Oct 22, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants